2007-06-12 Behdad Esfahbod <behdad@gnome.org>
* gdk/gdkwindow.c (gdk_window_get_pointer): Improve docs.
(#446138, Björn Lindqvist)
svn path=/trunk/; revision=18109
+2007-06-12 Behdad Esfahbod <behdad@gnome.org>
+
+ * gdk/gdkwindow.c (gdk_window_get_pointer): Improve docs.
+ (#446138, Björn Lindqvist)
+
2007-06-12 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtkentry.c (gtk_entry_expose), (gtk_entry_toggle_overwrite),
/**
* gdk_window_get_pointer:
* @window: a #GdkWindow
- * @x: return location for X coordinate of pointer
- * @y: return location for Y coordinate of pointer
- * @mask: return location for modifier mask
+ * @x: return location for X coordinate of pointer or %NULL to not
+ * return the X coordinate
+ * @y: return location for Y coordinate of pointer or %NULL to not
+ * return the Y coordinate
+ * @mask: return location for modifier mask or %NULL to not return the
+ * modifier mask
*
* Obtains the current pointer position and modifier state.
* The position is given in coordinates relative to the upper left